end$24779$ - перевод на греческий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

end$24779$ - перевод на греческий

DESIGN PRINCIPLE FOR COMPUTER NETWORKING
End-to-end connectivity; End-to-end argument; End-to-end arguments in system design; End to end principle; End-end principle; End to end argument; End-to-end connection; End-to-end communication
  • According to the end-to-end principle, the network is only responsible for providing the terminals with best-effort connections. Features such as reliability and security must be provided by mechanisms and protocols located at the terminals.

end      
n. τέρμα, τέλος, φινάλε, λήξη, πέρας, σκοπός, άκρο
end of the world         
WIKIMEDIA DISAMBIGUATION PAGE
End of The World; The end of the world; The End of the World; End of the world (disambiguation); End of the World (disambiguation); End of all life; End of the World; The End of the World (movie); End Of The World; The End of the World (song); The End of the World (film); End of the earth; End of planet Earth; The End Of The World; End Of the World; The end of the earth; End Of the World (song); The End Of The World (song); End of the World (film); The End of the World (album); End of the World (song); End of the world (astronomy)
n. συντέλεια
dead end         
WIKIMEDIA DISAMBIGUATION PAGE
Dead-end; Dead end; Dead end (disambiguation); Deadend; Dead End (album); Dead End (film); Dead End (disambiguation)
n. αδιέξοδος, αδιέξοδο

Определение

back-end
<programming> Any software performing either the final stage in a process, or a task not apparent to the user. A common usage is in a compiler. A compiler's back-end generates machine language and performs optimisations specific to the machine's architecture. The term can also be used in the context of network applications. E.g. "The back-end of the system handles socket protocols". Contrast front end. (1996-04-09)

Википедия

End-to-end principle

The end-to-end principle is a design framework in computer networking. In networks designed according to this principle, guaranteeing certain application-specific features, such as reliability and security, requires that they reside in the communicating end nodes of the network. Intermediary nodes, such as gateways and routers, that exist to establish the network, may implement these to improve efficiency but cannot guarantee end-to-end correctness.

The essence of what would later be called the end-to-end principle was contained in the work of Paul Baran and Donald Davies on packet-switched networks in the 1960s. Louis Pouzin pioneered the use of the end-to-end strategy in the CYCLADES network in the 1970s. The principle was first articulated explicitly in 1981 by Saltzer, Reed, and Clark. The meaning of the end-to-end principle has been continuously reinterpreted ever since its initial articulation. Also, noteworthy formulations of the end-to-end principle can be found before the seminal 1981 Saltzer, Reed, and Clark paper.

A basic premise of the principle is that the payoffs from adding certain features required by the end application to the communication subsystem quickly diminish. The end hosts have to implement these functions for correctness. Implementing a specific function incurs some resource penalties regardless of whether the function is used or not, and implementing a specific function in the network adds these penalties to all clients, whether they need the function or not.